www.gusucode.com > HCONLY站长管理助手 V1.3 > HCONLY站长管理助手 V1.3\code\login.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%session.CodePage=936%>
<%Response.Charset="gb2312"%>
<%   
IP= Request.ServerVariables("HTTP_X_FORWARDED_FOR")   
If IP= "" Then IP= Request.ServerVariables("REMOTE_ADDR")   
%> 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=IP%></title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: 14px;
	font-weight: bold;
}
.STYLE3 {
	font-family: verdana;
	font-size: 14px;
	padding: 2px;
	text-align: right;
}
.STYLE5 {
	font-size: 16px;
	color: #333333;
	font-family: "宋体";
}
-->
</style>
</head>
  <body style="background:#E8EDF4">
<form action="config/chklogin.asp" method="post" style="margin:2px;" name="xform" onSubmit="xform.submit.disabled=true;">
  <div style="font-size:12px;text-align:center">
   <div style="width:400px; margin:auto; border:1px solid #999; padding:2px; background:#fff; width:400px; background-attachment: fixed;">
    <div style="border-bottom:1px solid #999;padding:5px;text-align:left"><img src="images/logo.jpg" width="389" height="60"/></div>
    <div style="padding:16px;padding-top:40px">
      <p class="STYLE1 STYLE5">请输入管理密码</p>
      <p align="center" class="STYLE1">
        <input name="ppwwdd" type="password" size="30" style="border:1px solid #999"/>
      </p>
    </div>
    <input name="image" type="image" value="login" src="images/login.gif" align="middle"/>
    <div style="padding:8px;height:22px;color:#FFFFFF;font-weight:bold"></div>
    <div class="STYLE3">
      <div align="center"></div>
    </div>
   </div>
  </div>
  </form>
  <br>
  <div align="center" style="padding:2px;font-family:verdana;font-size:12px;">Copyright &copy 2009-2011 <a href="http://www.hconly.com" target="_blank">www.hconly.com</a> 版权所有 HCONLY DESIGN</div>
  </body>
</html>